home *** CD-ROM | disk | FTP | other *** search
/ European High School Girl / European High School Girl.iso / pc / prg / sofie.dxr / 00074.ls < prev    next >
Encoding:
Text File  |  1996-03-08  |  278 b   |  16 lines

  1. on mouseDown
  2.   global autoflg
  3.   set the ink of sprite 15 to 4
  4.   updateStage()
  5.   repeat while the stillDown
  6.     nothing()
  7.   end repeat
  8.   set the ink of sprite 15 to 0
  9.   updateStage()
  10.   set autoflg to 0
  11.   set the timeoutScript to EMPTY
  12.   go("Ima")
  13.   puppetSound(0)
  14.   slideb()
  15. end
  16.